projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
365f9ab
)
lisp/window.el (recenter-last-op): Doc fix. (Bug#20419)
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 25 Apr 2015 14:51:21 +0000
(17:51 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 25 Apr 2015 14:51:21 +0000
(17:51 +0300)
lisp/window.el
patch
|
blob
|
history
diff --git
a/lisp/window.el
b/lisp/window.el
index 32467c393dd0797306e0104d2072fbf7b89343fb..a6c60e9805df25342dd388a388f168d33020bcb9 100644
(file)
--- a/
lisp/window.el
+++ b/
lisp/window.el
@@
-7625,7
+7625,8
@@
Return non-nil if the window was shrunk, nil otherwise."
\f
(defvar recenter-last-op nil
"Indicates the last recenter operation performed.
-Possible values: `top', `middle', `bottom', integer or float numbers.")
+Possible values: `top', `middle', `bottom', integer or float numbers.
+It can also be nil, which means the first value in `recenter-positions'.")
(defcustom recenter-positions '(middle top bottom)
"Cycling order for `recenter-top-bottom'.